Skip to content

chore(master): release cognite-sdk-python 7.93.0#2482

Open
erlendvollset wants to merge 1 commit intomasterfrom
release-please--branches--master--components--cognite-sdk-python
Open

chore(master): release cognite-sdk-python 7.93.0#2482
erlendvollset wants to merge 1 commit intomasterfrom
release-please--branches--master--components--cognite-sdk-python

Conversation

@erlendvollset
Copy link
Copy Markdown
Contributor

@erlendvollset erlendvollset commented Feb 20, 2026

🤖 I have created a release beep boop

7.93.0 (2026-03-30)

Features

  • add client conversion methods (sync <-> async) (#2520) (3343521)
  • Add deprecation warning for Vision API (#2469) (ea1b662)
  • Add public load_if method (#2526) (0b94aeb)
  • Datapoints: add specialized datapoints classes (#2508) (cf63e25)
  • DatapointsAPI: Add missing 'type' field to Datapoints[Array] data classes (#2484) (d71698e)
  • signals: Add support for subscribeSignals ACL (#2500) (3b7d0e8)

Bug Fixes

  • add last_called to TIME_ATTRIBUTES for datetime rendering (#2487) (8afd420)
  • add major version of the sdk to external id to avoid v7-v8 fight (f95e69a)
  • avoid flaky workflow execution list test by comparing IDs (#2488) (8fb5f58)
  • clean up stale workflows in tests using improved logic (4c46470)
  • handle invalid geo locations better (#2529) (581086e)
  • handle invalid geo locations better (#2540) (ef2ce47)
  • ordering issue in fast-fail when all tasks succeeds (e.g. retrieve) (#2522) (c9fd42d)
  • streamlit running with pyodide (#2513) (1519c45)
  • task ordering bug in execute_async_tasks_with_fail_fast (c484cda)

Documentation

  • auto-format docstring examples using ruff (DM-3079) (#2521) (d3a6ab3)
  • Automatically update copyright years (#2480) (298ccd6)
  • change Cognite logo to svg (#2544) (0dc0437)
  • Fix sqlite syncing example (#2463) (08da799)
  • reorder top-level doc sections, separate DM from legacy (DM-3572) (#2481) (3db85d7)

This PR was generated with Release Please. See documentation.

@erlendvollset erlendvollset requested a review from a team as a code owner February 20, 2026 08:06
@erlendvollset erlendvollset requested a review from a team as a code owner February 20, 2026 08:06
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @erlendvollset, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request automates the release of cognite-sdk-python version 7.93.0. The primary change included in this release is the addition of a deprecation warning for the Vision API, alongside standard version updates across relevant project files.

Highlights

  • Version Update: The cognite-sdk-python package has been released as version 7.93.0.
  • New Feature: A deprecation warning for the Vision API has been introduced.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • .release-please-manifest.json
    • Updated the tracked version from 7.92.0 to 7.93.0.
  • CHANGELOG.md
    • Added a new entry for version 7.93.0.
    • Included a feature note about the deprecation warning for the Vision API.
  • cognite/client/_version.py
    • Incremented the __version__ string to 7.93.0.
  • pyproject.toml
    • Updated the version field to 7.93.0.
Activity
  • Automated release PR created by the Release Please bot.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request updates the version number of the cognite-sdk-python to 7.93.0 across various configuration files and the CHANGELOG.md. It also includes a new feature entry in the changelog for a deprecation warning related to the Vision API. The changes are straightforward version bumps and changelog updates, which are standard for a release chore. I've identified a high severity issue related to the deprecation warning in the Vision API, as it should be consistently applied across all entry points of the API to ensure users are fully aware of the upcoming removal.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.43%. Comparing base (ef5ac04) to head (7c83f77).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2482   +/-   ##
=======================================
  Coverage   93.43%   93.43%           
=======================================
  Files         478      478           
  Lines       48230    48230           
=======================================
  Hits        45062    45062           
  Misses       3168     3168           
Files with missing lines Coverage Δ
cognite/client/_version.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@erlendvollset erlendvollset force-pushed the release-please--branches--master--components--cognite-sdk-python branch 4 times, most recently from 0d20da2 to 679d71e Compare February 26, 2026 20:05
@erlendvollset erlendvollset force-pushed the release-please--branches--master--components--cognite-sdk-python branch 4 times, most recently from 230e7e6 to 9341955 Compare March 3, 2026 16:07
@erlendvollset erlendvollset force-pushed the release-please--branches--master--components--cognite-sdk-python branch 2 times, most recently from 6e71c11 to 6a43b28 Compare March 12, 2026 12:22
@erlendvollset erlendvollset force-pushed the release-please--branches--master--components--cognite-sdk-python branch 2 times, most recently from b3a1405 to ddf88d1 Compare March 27, 2026 09:44
@erlendvollset erlendvollset force-pushed the release-please--branches--master--components--cognite-sdk-python branch from ddf88d1 to 7c83f77 Compare March 30, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant